* Refresh use-unicode-data.patch
* Build with unicode-data 14.0 (Closes: #995579)
* Add build-dependency on ruby
+ * Skip graphemetest that never completes
-- Debian Janitor <janitor@jelmer.uk> Fri, 18 Sep 2020 05:52:35 -0000
--- /dev/null
+Description: skip graphemetest that never completes
+Forwarded: no
+Author: Graham Inggs <ginggs@debian.org>
+Last-Update: 2021-12-21
+
+--- a/Makefile
++++ b/Makefile
+@@ -171,7 +171,7 @@
+ check: test/normtest data/NormalizationTest.txt data/Lowercase.txt data/Uppercase.txt test/graphemetest data/GraphemeBreakTest.txt test/printproperty test/case test/iscase test/custom test/charwidth test/misc test/valid test/iterate bench/bench.c bench/util.c bench/util.h utf8proc.o
+ $(MAKE) -C bench
+ test/normtest data/NormalizationTest.txt
+- test/graphemetest data/GraphemeBreakTest.txt
++# test/graphemetest data/GraphemeBreakTest.txt
+ test/charwidth
+ test/misc
+ test/valid